FMS Product Data Group
The "FMS Liquid Product" data group is used to send liquid product data to FMS.
The "FMS Liquid Product" data group depends on one or more support data groups for its data. Support data groups are found in the supportDg element of your sample template. The template file includes a product-based data group ordinalized by product number and a meter-based product data. Mapping between "FMS Product" data group elements and FMS data items is within the productItems section of fmsMaps in the device template file. See FMS Product Data Items.
For more information, see the following subsections:
For more information about working with device template files, see Device Template Files.
Example
|
<FmsProduct niceName="FMS Liquid Product" baseOrd="1" maxCnt="2" ordLabel="Run#"> <supportDg required="true"> <Product ordinal="1"/> <Product ordinal="2"/> <Product ordinal="3"/> <ProductM/> </supportDg> <dgElements/> </FmsProduct> |
Structure and Components
|
<!-- Requires at least one support data group. Support data groups are user configurable for this EIE. Exactly what support data group(s) you choose depends on your unique setup and needs. --> <FmsProduct niceName="FMS Liquid Product" baseOrd="1" maxCnt="s"> <supportDg> <SupportDataGroup/> </supportDg> <dgElements/> <uccRecvParms> <UISParameter/> </uccRecvParms> </FmsProduct> |
- Using a text editor or XML editor, open the device template file to which you want to add data groups.
- Define a new data group.
- Define a supportDg element.
- Define all support data groups from which you require data.
- Define a dgElements element.
- Define a uccRecvParms element in the data group.
- Define one or more RecParmName elements.
- Define any other required data groups.
- Validate and load your template.


